projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26aba3
)
(copyright-regexp): Put \251 before the multibyte copyright symbol.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Apr 1998 20:58:03 +0000
(20:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Apr 1998 20:58:03 +0000
(20:58 +0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index 465d9ffae42b2b37e38885dd0fa68e410b00e66b..01dedb7237e987ce92440ba636d1f52f6b89b1fe 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-43,8
+43,8
@@
(defcustom copyright-regexp
- "\\([
\81
©\251
]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
-\\|[Cc]opyright\\s *:?\\s *[
\81
©\251
]\\)\
+ "\\([
\251
\81
©
]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
+\\|[Cc]opyright\\s *:?\\s *[
\251
\81
©
]\\)\
\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
"*What your copyright notice looks like.
The second \\( \\) construct must match the years."